adTempus API
PreviousUpNext
IServices::Item Method

Gets the item with the specified index.

C++
HRESULT Item(long item, [out, retval] IServiceInfo** pVal);
C#
Item(long item, [out, retval] IServiceInfo* pVal);
Visual Basic
Sub Item(item As long, pVal As [out, retval] IServiceInfo*)
Parameters 
Description 
long item 
The index of the item to retrieve. The valid range is 1 to Count. 

The requested object. Fails with ADT_E_NOT_FOUND if the index is not valid.

adTempus API Reference version 3.0.0.0, revised 10/30/2008